home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 20 / AMIGAplus Sonderheft 20 (1999)(ICP)(DE)[!].iso / PublicDomain / Alternatives / LinuxAPUS / Linux_Launcher < prev    next >
Encoding:
Text File  |  1999-01-01  |  559 b   |  27 lines

  1. .bra {
  2. .ket }
  3.  
  4. ; Linux_Launcher
  5. ; IconX script to start Linux.rexx
  6. ; $VER: Try_Linux_APUS revision 1 (24.2.99) by Duncan Gibb
  7.  
  8. ; Based on UAEWB 0.2 (26.01.97) © by Samuel Devulder
  9.  
  10.  
  11. ; check for MUIREXX
  12. Which >NIL: MuiRexx
  13. If WARN
  14.    Set Title "Sorry"
  15.    Set Body  "Can't find MUIRexx! (Launcher needs at least MUIRexx 3.0)"
  16.    If EXISTS c:RequestChoice
  17.       c:RequestChoice >nil: "$Title" "$Body" "Ok"
  18.    Else
  19.       Echo >"CON://320/50/$Title/WAIT/CLOSE" "$Body"
  20.    Endif
  21.    Quit 10
  22. Endif
  23.  
  24. ; 32Kb stack should be enough
  25. Stack >NIL: 32000
  26. rx >NIL: Linux.rexx
  27.